home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP Eylül 1996.iso / utils / povray / povmnf.sea / POVRAY / POV-Ray.rsrc / TEXT_316_plane.txt < prev    next >
Text File  |  1994-02-09  |  192b  |  7 lines

  1. // create an infinite planar surface
  2. plane
  3. {
  4.   y, // <X Y Z> unit surface normal, vector points "away from surface"
  5.   -1.0 // distance from the origin in the direction of the surface normal
  6. }
  7.